Click or drag to resize

DelegateUser Class

Identifies a single delegate to add or update in a mailbox or a delegate returned in a delegate management response.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeDelegateUser

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class DelegateUser

The DelegateUser type exposes the following members.

Constructors
  NameDescription
Public methodDelegateUser
Initializes a new instance of the DelegateUser class.
Public methodDelegateUser(String)
Initializes a new instance of the DelegateUser class.
Public methodDelegateUser(UserId)
Initializes a new instance of the DelegateUser class.
Top
Properties
  NameDescription
Public propertyCalendarFolderPermissionLevel
Contains the permissions for the default Calendar folder.
Public propertyContactsFolderPermissionLevel
Contains the permissions for the default Contacts folder.
Public propertyInboxFolderPermissionLevel
Contains the permissions for the default Inbox folder.
Public propertyJournalFolderPermissionLevel
Contains the permissions for the default Journal folder.
Public propertyNotesFolderPermissionLevel
Contains the permissions for the default Notes folder.
Public propertyReceiveCopiesOfMeetingMessages
Indicates whether a delegate receives copies of meeting-related messages that are addressed to the principal.
Public propertyTasksFolderPermissionLevel
Contains the permissions for the default Task folder.
Public propertyUserId
Identifies the delegate.
Public propertyViewPrivateItems
Indicates whether a delegate has permission to view private calendar items in the principal's mailbox.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also